const runtime._GCmarktermination
5 uses
runtime (current package)
malloc.go#L910: if gcphase == _GCmarktermination {
mgc.go#L208: _GCmarktermination // GC mark termination: allocate black, P's help GC, write barrier ENABLED
mgc.go#L214: writeBarrier.needed = gcphase == _GCmark || gcphase == _GCmarktermination
mgc.go#L911: setGCPhase(_GCmarktermination)
mgc.go#L1360: if gcphase != _GCmarktermination {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)